home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
081
/
xstatus.arc
/
LASTCALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-11-16
|
637b
|
25 lines
rem.
rem LastCall.Bat - Update "Last Callers" display w/ XStatus
rem.
rem This should be a part of your "loop" that you execute when
rem running your Opus in a batch file. Make sure that you exit
rem each time a caller hangs up.
rem.
Xs Xs.Ctl -U
rem.
rem Now we copy the file to the appropriate directory
rem.
Copy LastCall.Tmp C:\Opus\Misc\LastCall.Bbs
rem.
rem And then in our Welcome.Bbs/Welcome.Gbs file we have a short
rem line with ^O^Sc:\opus\misc\lastcall
rem.
rem This will show the file LastCall(.Bbs) and then load the bulletin
rem (after the PRESS ENTER ... has come up) automatically ...
rem.